home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 1.iso / pc / data / m19.dir / 00080.ls < prev    next >
Encoding:
Text File  |  1996-09-06  |  227 b   |  10 lines

  1. on mouseDown
  2.   set the moveableSprite of sprite 27 to 0
  3.   if pressLessonButton(27) then
  4.     pupSprites(25, 29, 0)
  5.     set textString to the text of field "chronology text"
  6.     printText(textString)
  7.   end if
  8.   updateStage()
  9. end
  10.